Edit Task: AllowMultipleSegmentsDuration
Description
The AllowMultipleSegmentsDuration attribute under EditTask determines whether a task can only have a single assignment or have multiple assignments.
Parameters
Parameter | Description |
---|---|
AllowMultipleSegmentsDuration | A Boolean value. If true, this task may have multiple assignments, else this task is constrained to have no more than a single assignment. |
Examples
Allow multiple segments for a contact task
PATCH api/task/Contact
Body:
{
"AllowMultipleSegmentsDuration" : "TRUE"
}